Use an include file in configure.ac's AH_BOTTOM
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 21:20:43 +0000 (17:20 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 21:20:43 +0000 (17:20 -0400)
commit48ce701b435e763fa706888c5b0529dd88e9af9a
treecc54aa9cf6e106017ac8ed60a4bd0e731972768a
parent8979239ce2297692ee84cd0cc65106ab0131607b
Use an include file in configure.ac's AH_BOTTOM

* configure.ac (AH_BOTTOM): Use an include file, so that the
contents do not get processed by autoheader.  Eg this prevents undefs
being commented out, and is the recommended technique from the
autoconf manual.

* src/conf_post.h: New, split from configure.ac's AH_BOTTOM.

* src/Makefile.in (config_h): Add conf_post.h.
* src/makefile.w32-in (CONFIG_H): Add conf_post.h.
ChangeLog
configure.ac
src/ChangeLog
src/Makefile.in
src/conf_post.h [new file with mode: 0644]
src/makefile.w32-in